home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / ptools12.zip / ABOUTPT.DFM / ABOUTPT.txt next >
Text File  |  1996-04-04  |  3KB  |  134 lines

  1. object AboutBoxDlg: TAboutBoxDlg
  2.   Left = 238
  3.   Top = 104
  4.   ActiveControl = OKButton
  5.   BorderStyle = bsDialog
  6.   Caption = 'About'
  7.   ClientHeight = 234
  8.   ClientWidth = 272
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   TextHeight = 16
  16.   object Panel1: TPanel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 257
  20.     Height = 185
  21.     BevelInner = bvRaised
  22.     BevelOuter = bvLowered
  23.     TabOrder = 0
  24.     object ProgramIcon: TImage
  25.       Left = 8
  26.       Top = 8
  27.       Width = 65
  28.       Height = 65
  29.       Picture.Data = {<image000.TMetafile>}
  30.       Stretch = True
  31.       OnMouseDown = ProgramIconMouseDown
  32.       IsControl = True
  33.     end
  34.     object ProductName: TLabel
  35.       Left = 88
  36.       Top = 16
  37.       Width = 80
  38.       Height = 13
  39.       Caption = 'Panther Tools'
  40.       Font.Color = clBlack
  41.       Font.Height = -11
  42.       Font.Name = 'MS Sans Serif'
  43.       Font.Style = [fsBold]
  44.       ParentFont = False
  45.       IsControl = True
  46.     end
  47.     object Version: TLabel
  48.       Left = 88
  49.       Top = 40
  50.       Width = 59
  51.       Height = 13
  52.       Caption = 'Versionn 1.1'
  53.       Font.Color = clBlack
  54.       Font.Height = -11
  55.       Font.Name = 'MS Sans Serif'
  56.       Font.Style = []
  57.       ParentFont = False
  58.       IsControl = True
  59.     end
  60.     object Copyright: TLabel
  61.       Left = 88
  62.       Top = 61
  63.       Width = 96
  64.       Height = 13
  65.       Caption = 'Waheed AlShahnan'
  66.       Font.Color = clBlack
  67.       Font.Height = -11
  68.       Font.Name = 'MS Sans Serif'
  69.       Font.Style = []
  70.       ParentFont = False
  71.       IsControl = True
  72.     end
  73.     object Comments: TLabel
  74.       Left = 8
  75.       Top = 136
  76.       Width = 243
  77.       Height = 26
  78.       Caption = 
  79.         'These are a set of tools that enable the designer to create an a' +
  80.         'pplication without coding.'
  81.       Font.Color = clBlack
  82.       Font.Height = -11
  83.       Font.Name = 'MS Sans Serif'
  84.       Font.Style = []
  85.       ParentFont = False
  86.       WordWrap = True
  87.       IsControl = True
  88.     end
  89.     object Label4: TLabel
  90.       Left = 8
  91.       Top = 93
  92.       Width = 190
  93.       Height = 13
  94.       Caption = 'E-Mail: 102636.3002@compuserve.com'
  95.       Font.Color = clBlack
  96.       Font.Height = -11
  97.       Font.Name = 'MS Sans Serif'
  98.       Font.Style = []
  99.       ParentFont = False
  100.       IsControl = True
  101.     end
  102.     object Label1: TLabel
  103.       Left = 8
  104.       Top = 117
  105.       Width = 101
  106.       Height = 13
  107.       Caption = 'Copyright 1995, 1996'
  108.       Font.Color = clBlack
  109.       Font.Height = -11
  110.       Font.Name = 'MS Sans Serif'
  111.       Font.Style = []
  112.       ParentFont = False
  113.       IsControl = True
  114.     end
  115.   end
  116.   object OKButton: TBitBtn
  117.     Left = 103
  118.     Top = 199
  119.     Width = 77
  120.     Height = 27
  121.     Font.Color = clBlack
  122.     Font.Height = -11
  123.     Font.Name = 'MS Sans Serif'
  124.     Font.Style = [fsBold]
  125.     ParentFont = False
  126.     TabOrder = 1
  127.     Kind = bkOK
  128.     Margin = 2
  129.     Style = bsNew
  130.     Spacing = -1
  131.     IsControl = True
  132.   end
  133. end
  134.